home *** CD-ROM | disk | FTP | other *** search
/ Aminet 43 / Aminet 43 (2001)(GTI - Schatztruhe)[!][Jun 2001].iso / Aminet / disk / misc / JazOS3.9.lha / JMAC0 < prev    next >
Text File  |  2001-01-22  |  559b  |  31 lines

  1. /* $VER: JMAC0 40.1 (31.8.93)
  2.  *
  3.  * Jaz file system entry
  4.  *
  5.  * This file enables CrossMacFileSystem on a 1G Jaz cartridge.
  6.  */
  7.  
  8. FileSystem = L:CrossMacFileSystem
  9. Flags  = 0
  10. Surfaces = 2
  11. BlocksPerTrack = 65
  12. SectorsPerBlock = 1
  13. SectorSize = 512
  14. Mask  = 0x7FFFFFFE
  15. MaxTransfer = 0x100000
  16. Reserved = 0
  17. Interleave = 0
  18. LowCyl  = 0
  19. HighCyl  = 16084
  20. Buffers  = 5
  21. BufMemType = 0
  22. StackSize = 2000
  23. Priority = 10
  24. GlobVec  = -1
  25. DosType  = 0x4d414300
  26.  
  27. /* The Device and Unit fields are controlled by tooltypes in the JMAC0 icon. *
  28.  * Device = scsi.device
  29.  * Unit  = 4
  30.  */
  31.